home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
scn
/
p08boxf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
233 b
|
17 lines
#ifndef _SCN_P08BOXF_H
#define _SCN_P08BOXF_H
#ifndef _SISCN_H
# include <siscn.h>
#endif
typedef struct
{
int x1, y1, x2, y2;
int col;
} P08BOXF_PARA_T;
extern void HS08_boxf( P08BOXF_PARA_T *para );
#endif